From: Jan D. Date: Tue, 5 Jan 2010 14:30:22 +0000 (+0100) Subject: Remove fprintf X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~8236^2~59 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=82c9d2f9e00c6e79b9ca1bf01a010fe004d84bb2;p=emacs.git Remove fprintf --- diff --git a/src/xterm.c b/src/xterm.c index 65f58e49196..9c2e660cff8 100644 --- a/src/xterm.c +++ b/src/xterm.c @@ -8975,7 +8975,6 @@ x_set_window_size (f, change_gravity, cols, rows) f->scroll_bar_actual_width = FRAME_SCROLL_BAR_COLS (f) * FRAME_COLUMN_WIDTH (f); c = FRAME_PIXEL_WIDTH_TO_TEXT_COLS (f, FRAME_PIXEL_WIDTH (f)); - fprintf (stderr, "1: old %d/%d, new %d/%d\n", rows, cols, r, c); change_frame_size (f, r, c, 0, 1, 0); }